home *** CD-ROM | disk | FTP | other *** search
- object frmConnectToClient: TfrmConnectToClient
- Left = 418
- Top = 209
- BorderStyle = bsDialog
- Caption = 'Connect'
- ClientHeight = 168
- ClientWidth = 278
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblHost: TLabel
- Left = 4
- Top = 48
- Width = 25
- Height = 13
- Caption = '&Host:'
- FocusControl = cboHosts
- end
- object lblPassword: TLabel
- Left = 4
- Top = 96
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object Bevel1: TBevel
- Left = 0
- Top = 41
- Width = 278
- Height = 2
- Align = alTop
- end
- object cboHosts: TComboBox
- Left = 4
- Top = 64
- Width = 270
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- end
- object edtPassword: TEdit
- Left = 4
- Top = 112
- Width = 270
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- PasswordChar = '*'
- TabOrder = 1
- end
- object comOK: TButton
- Left = 122
- Top = 140
- Width = 71
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 198
- Top = 140
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object pnlTop: TPanel
- Left = 0
- Top = 0
- Width = 278
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 4
- object Image1: TImage
- Left = 241
- Top = 4
- Width = 32
- Height = 32
- Anchors = [akTop, akRight]
- Picture.Data = {<image000.ico>}
- end
- object Memo1: TMemo
- Left = 4
- Top = 4
- Width = 229
- Height = 33
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Lines.Strings = (
- 'Connect to a remote AutoMate Task '
- 'Service.')
- ReadOnly = True
- TabOrder = 0
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 12
- Top = 277
- TargetsData = (
- 1
- 5
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0))
- end
- end
-